home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / underli2.arc / README.DOC < prev    next >
Encoding:
Text File  |  1988-01-22  |  1.5 KB  |  32 lines

  1. NOTES ON UNDERLI.COM
  2.  
  3.     The main documentation for UNDERLI2.COM is in the headers of
  4. UNDERLI2.ASM and ISRESDNT.ASM.  You can get an abbreviated version by
  5. typeing "underli2 ?".  This file covers a few supplementary topics.
  6.  
  7.     standard_palette_values is a table of 17 bytes, the first 16 of
  8. which contain the palette values for palettes 0 through 15. The last
  9. byte contains what IBM calls the overscan register, which contains
  10. the color for the very small border which the EGA allows. If you want
  11. different defaults, change the values contained in it and recompile.
  12.  
  13.     UNDERLI2 writes its opening message and the three messages which
  14. tell you that it did what it was supposed to do to StdOut, so you can
  15. surpress them by redirecting output to NUL.  For example, you could
  16. write "underli2 on -p1=1 -p9=57 >nul".  On the other hand, it writes
  17. error messages to StdErr, so you would need to work a little bit to
  18. surpress them.  I hope that the error messages say enough so that if
  19. you get one from a batch file with output redirected to nul, you can
  20. still understand what is going on.
  21.  
  22.     If all you want to do is set the palette registers, the KEEP
  23. option is a little faster, because it does not reset the underline
  24. register.  I haven't checked, but the -s option only makes one BIOS
  25. call, so it may be a little bit faster than setting several palette
  26. registers individually.  You should probably use it for the first
  27. settings.  Afterwards, it really depends on whether you want to reset
  28. the earlier settings or keep them.
  29.  
  30. Lew Paper
  31. 12/15/87
  32.